home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qwhite10.arc / EXTEND.TEC < prev    next >
Text File  |  1990-08-16  |  1KB  |  28 lines

  1. ID:ET Will DESQview use ExTENDed memory?
  2. Quarterdeck Technical Note
  3. by Dan Sallitt
  4.  
  5. Q: How do I get at the ExTENDed Memory in my AT?
  6.  
  7.  
  8. DESQview uses 64K of extended memory in 80286 (AT) class machines 
  9. to run DESQview's code in. This frees up 64K of additional conventional
  10. (below 640K) memory to run your programs in. If the remaining extended 
  11. memory is converted into a RAM disk, DESQview can swap programs to
  12. that.  Only the first 64K will be used by QEXT, all the rest will be 
  13. for data.
  14.  
  15. ExTENDed memory IS NOT DOS MEMORY. DOS memory is the first 1024K 
  16. of memory areas. 
  17. ExTENDed memory ALWAYS starts at 1 Megabyte. Programs that access 
  18. ExTENDed memory (VDISK, Disk Cache, Print Spooler, etc.) are not 
  19. really running their program above 1024K, but rather are using the 
  20. memory as "data storage" areas.
  21.  
  22. You may want to see if you can convert the memory into exPANDed 
  23. memory; this kind of memory is much more useful to DESQview and other
  24. DOS programs as well.
  25.  
  26.         Copyright (C) 1990 by Quarterdeck Office Systems
  27.              * * *   E N D   O F   F I L E    * * * 
  28.